github.com/andybalholm/brotli/flate.huffmanBitWriter.storedSize (method)

2 uses

	github.com/andybalholm/brotli/flate (current package)
		huffman_bit_writer.go#L269: func (w *huffmanBitWriter) storedSize(in []byte) (int, bool) {
		huffman_bit_writer.go#L365: 	storedSize, storable := w.storedSize(input)